'Declaration<DispIdAttribute(208)> Function GetFormFieldFontProperties( _ ByVal FieldId As Integer, _ ByRef FontFamily As String, _ ByRef FontStyle As TrueTypeFontStyle, _ ByRef IsStdFont As Boolean _ ) As GdPictureStatus
[DispId(208)] GdPictureStatus GetFormFieldFontProperties( int FieldId, ref string FontFamily, ref TrueTypeFontStyle FontStyle, ref bool IsStdFont )
function GetFormFieldFontProperties(
FieldId: Integer;
var FontFamily: String;
var FontStyle: TrueTypeFontStyle;
var IsStdFont: Boolean
): GdPictureStatus;
DispIdAttribute(208) function GetFormFieldFontProperties( FieldId : int, FontFamily : String, FontStyle : TrueTypeFontStyle, IsStdFont : boolean ) : GdPictureStatus;
[DispId(208)] GdPictureStatus GetFormFieldFontProperties( int FieldId, ref string* FontFamily, ref TrueTypeFontStyle FontStyle, ref bool IsStdFont )
[DispId(208)] GdPictureStatus GetFormFieldFontProperties( int FieldId, String^% FontFamily, TrueTypeFontStyle% FontStyle, bool% IsStdFont )
Parameters
- FieldId
- FontFamily
- FontStyle
- IsStdFont
